
@import url("https://fonts.googleapis.com/css?family=Raleway");
@import url("https://fonts.googleapis.com/css?family=Dosis");
body {
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #EFD9D9;
  font-family: "Raleway", sans-serif;
}
body.modalOpen {
  overflow: hidden;
}

a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.invisible {
  visibility: hidden;
}

input:focus, select:focus, button:focus, textarea:focus {
  outline: 1px solid #ED1B24;
  border-color: #ED1B24;
}

input[type=radio]:focus, input[type=checkbox]:focus {
  -webkit-box-shadow: 0 0 0 0 white;
  box-shadow: 0 0 0 0 white;
  outline: none;
}

textarea {
  resize: none;
}

.overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
}

.slick-prev {
  left: 30px !important;
}

.slick-next {
  right: 30px !important;
}

.slick-arrow {
  z-index: 1 !important;
}

.modal {
  /* For Chrome and Safari */
  /* For old Fx (3.6 to 15) */
  /* For pre-releases of IE 10*/
  /* For old Opera (11.1 to 12.0) */
  background-image: -webkit-gradient(linear, left top, left bottom, from(to right), to(rgba(237, 27, 36, 0.96), rgba(46, 49, 146, 0.99)));
  background-image: linear-gradient(to right, rgba(237, 27, 36, 0.96), rgba(46, 49, 146, 0.99));
  /* Standard syntax; must be last */
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  overflow-y: auto;
  z-index: 2;
}
.modal.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal > form.modalMain {
  -webkit-box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.5);
  width: 50%;
  background-color: white;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .modal > form.modalMain {
    width: 70%;
  }
}
@media screen and (max-width: 850px) {
  .modal > form.modalMain {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .modal > form.modalMain {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .modal > form.modalMain {
    width: 95%;
  }
}
@media screen and (max-width: 450px) {
  .modal > form.modalMain {
    width: 98%;
  }
}
.modal > form.modalMain > .modalTitle {
  background-color: rgba(237, 27, 36, 0.19);
  text-align: center;
  padding: 12px;
}
.modal > form.modalMain > .formSections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal > form.modalMain > .formSections > span.formTitle {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #FFF1F1;
  border: 1px solid rgba(112, 112, 112, 0.2);
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
.modal > form.modalMain > .formSections > span.formTitle.active {
  border-bottom: 2px solid #ED1B24;
}
.modal > form.modalMain > .formSections > span.formTitle:nth-child(2) {
  border-left-width: 0;
  border-right-width: 0;
}
.modal > form.modalMain .formWrapper {
  padding: 12px;
}
.modal > form.modalMain .formWrapper > .form {
  display: none;
}
.modal > form.modalMain .formWrapper > .form.active {
  display: block;
}
.modal > form.modalMain .formWrapper > .form > .formGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.36);
}
.modal > form.modalMain .formWrapper > .form > .formGroup > .inputGroup {
  width: 49%;
}
.modal > form.modalMain .formWrapper > .form > .formGroup > .inputGroup.radioGroup {
  width: 100%;
}
.modal > form.modalMain .formWrapper > .form > .formGroup > .inputGroup.radioGroup > .title {
  margin-bottom: 12px;
}
.modal > form.modalMain .formWrapper > .form > .formGroup > .inputGroup.radioGroup > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal > form.modalMain .formWrapper > .form > .formGroup > .inputGroup.radioGroup > div > .radioLabel {
  border: 1px solid rgba(112, 112, 112, 0.4);
  padding: 5px;
  margin: 4px 2px;
}
.modal > form.modalMain .formWrapper > .form > .formGroup > .inputGroup.radioGroup > div > .radioLabel.checked {
  background-color: rgba(112, 112, 112, 0.4);
}
.modal > form.modalMain .formWrapper > .form > .formGroup > .inputGroup > label {
  margin-bottom: 5px;
}
.modal > form.modalMain .formWrapper > .form > .formGroup > .inputGroup > label.title {
  display: block;
}
.modal > form.modalMain .formWrapper > .form > .formGroup > .inputGroup > input {
  width: 90%;
  display: block;
  padding: 8px;
}
.modal > form.modalMain > .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 12px;
  border-bottom: 4px solid #ED1B24;
}
.modal > form.modalMain > .buttons > button {
  padding: 10px 12px;
  border: none;
  font-family: inherit;
  color: white;
  min-width: 100px;
  cursor: pointer;
}
.modal > form.modalMain > .buttons > button.cancel {
  color: black;
}
.modal > form.modalMain > .buttons > button.next {
  background-color: #196897;
}
.modal > form.modalMain > .buttons > button.order {
  background-color: #199724;
}
.modal > form.modalMain > .buttons > button.invisible {
  display: none;
}
.modal > form.modalMain .photoBtnsWrapper > button {
  cursor: pointer;
  border: none;
  padding: 10px 16px;
  color: white;
}
.modal > form.modalMain .photoBtnsWrapper > button:nth-of-type(1) {
  background-color: #707070;
}
.modal > form.modalMain .photoBtnsWrapper > button:nth-of-type(2) {
  background-color: #70707f;
}
@media screen and (max-width: 500px) {
  .modal > form.modalMain .photoBtnsWrapper > button > span {
    display: none;
  }
}
.modal > form.modalMain .photoBtnsWrapper > button > img {
  height: 10px;
}
.modal > form.modalMain .photoBtnsWrapper > #hiddenFileInput {
  display: none;
}

#webCamContainer {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  background-color: black;
  height: 50%;
  width: 30%;
  -webkit-box-shadow: 0 0 500px 500px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 500px 500px rgba(0, 0, 0, 0.2);
}
#webCamContainer.streaming {
  display: block;
}
#webCamContainer > video {
  height: 100%;
  width: 100%;
}
#webCamContainer > button {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  padding: 5px 7px;
  position: absolute;
  bottom: 20px;
  left: 45%;
  cursor: pointer;
}
#webCamContainer > button:focus {
  outline: none;
}
#webCamContainer > button.hidden {
  display: none;
}
#webCamContainer > button#recapture {
  left: 50%;
  background-color: #e10000;
}
#webCamContainer > button#confirmImage {
  left: 40%;
  background-color: #00be00;
}
#webCamContainer > button > img {
  height: 20px;
}

/*# sourceMappingURL=css/orderform.css.map */
